projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f7d18a
)
Fix compilation with clang
author
Luca Bacci
<luca.bacci982@gmail.com>
Sun, 2 Jan 2022 17:22:18 +0000
(18:22 +0100)
committer
Luca Bacci
<luca.bacci982@gmail.com>
Sun, 2 Jan 2022 17:42:33 +0000
(18:42 +0100)
From https://github.com/msys2/MINGW-packages/pull/9509
gtk/gtklabel.c
patch
|
blob
|
history
diff --git
a/gtk/gtklabel.c
b/gtk/gtklabel.c
index e0f5565b840ca977f9de8c6008f9c523077842c7..c2a108aab3c1f342f59ab2f882db6c90ea099066 100644
(file)
--- a/
gtk/gtklabel.c
+++ b/
gtk/gtklabel.c
@@
-55,6
+55,7
@@
#include "gtkjoinedmenuprivate.h"
#include <math.h>
+#include <stdlib.h>
#include <string.h>
/**